home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / pwdutils.00 / pwdutils / pwdutils-1.00 / version.h < prev    next >
C/C++ Source or Header  |  1996-05-16  |  83b  |  5 lines

  1. #ifndef __VERSION_H__
  2. #define __VERSION_H__
  3. static char version[] = "1.00";
  4. #endif
  5.